projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dd2c8c
)
* Do not skip native compilation for leim subfolder during boostrap
author
Andrea Corallo
<akrl@sdf.org>
Sun, 28 Jun 2020 19:44:22 +0000
(20:44 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Sun, 28 Jun 2020 20:23:45 +0000
(21:23 +0100)
* lisp/emacs-lisp/comp.el (comp-bootstrap-black-list): Remove
"^leim/".
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index e5674ccc95e27df309da38f2a0e84b0ce8dadded..cde9899d26cc7d5626eb595c4ec88deb65aef274 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-93,7
+93,7
@@
Skip if any is matching."
:group 'comp)
(defcustom comp-bootstrap-black-list
- '(
"^leim/"
)
+ '()
"List of regexps to exclude files from native compilation during bootstrap.
Skip if any is matching."
:type 'list